Class CommentTest2


  • public class CommentTest2
    extends java.lang.Object
    This is a document commnet test;
    • Constructor Summary

      Constructors 
      Constructor Description
      CommentTest2()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getAge()  
      java.lang.String getName()  
      void setAge​(int age)  
      void setName​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommentTest2

        public CommentTest2()
    • Method Detail

      • getAge

        public int getAge()
      • setAge

        public void setAge​(int age)
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)